Visual Basic (Declaration) | |
---|---|
Public Overloads Function AddressesToLocationsTaskAsync( _ ByVal Addresses As IList(Of IDictionary(Of String,String)), _ ByVal OutSpatialReference As SpatialReference, _ ByVal cancellationToken As CancellationToken _ ) As Task(Of AddressesToLocationsTaskResult) |
C# | |
---|---|
public Task<AddressesToLocationsTaskResult> AddressesToLocationsTaskAsync( IList<IDictionary<string,string>> Addresses, SpatialReference OutSpatialReference, CancellationToken cancellationToken ) |
This batch geocode task is supported in ArcGIS Server v10.1+
Parameters
- Addresses
- List of attributes that the geocode service will evaluate when goecoding is performed. See geocode server service definition for a list of valid attributes.
- OutSpatialReference
- The spatial reference the geometry should be returned.
- cancellationToken
- The cancellation token.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8